POV-Ray : Newsgroups : povray.binaries.images : Glass Blobs : Re: Glass Blobs Server Time
3 Aug 2024 00:23:29 EDT (-0400)
  Re: Glass Blobs  
From: the ajj
Date: 22 Jan 2007 07:45:00
Message: <web.45b4b130d569255b5867e6a30@news.povray.org>
To add the balls just add the following! :-)

#declare tchrome = texture { Polished_Chrome normal{average normal_map{[1
granite .1 scale 4] [1 crackle poly_wave .05 turbulence .1 scale 4]}}
finish {diffuse 0.85 phong 1}}

sphere {<-6, 1.9, 30> 3 texture {tchrome pigment{crackle poly_wave .1
turbulence .1 scale 4 color_map{[0 Black][1 Red]}}}} //Red
sphere {<8, 1.9, 20> 3 texture {tchrome pigment{crackle poly_wave .1
turbulence .1 scale 4 color_map{[0 Black][1 Green]}}}} //Green
sphere {<-10, 1.9, 10> 3 texture {tchrome pigment{crackle poly_wave .1
turbulence .1 scale 4 color_map{[0 Black][1 Blue]}}}} //Blue

Adrian


Post a reply to this message

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.